//==============================================================================
// Rocket Ship_anim.txt
//==============================================================================

//==============================================================================
define firelargebowl
{
   set hotspot
   {
      version
      {
         Visualparticle SFX U Hades Fire Large
      }
   }
}

//==============================================================================
define wakewalk
{
   set hotspot
   {
      version
      {
         Visualparticle Naval A Large Boat Walk
      }
   }
}

//==============================================================================
define rippleidle
{
   set hotspot
   {
      version
      {
         Visualparticle Naval A Large Boat Idle
      }
   }
}

//==============================================================================
define rippledeath
{
   set hotspot
   {
      version
      {
         Visualparticle Naval A Large Boat Death
      }
   }
}

//==============================================================================
define bigsplash
{
   set hotspot
   {
      version
      {
         Visualparticle sfx a boat splash Large
      }
   }
}

//==============================================================================
anim Idle
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Naval X Siege Ship_IdleA
			Connect ATTACHPOINT rippleidle hotspot
         }
      }
   }
}

//==============================================================================
anim Walk
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Naval X Siege Ship_WalkA
			Connect ATTACHPOINT wakewalk hotspot
         }
      }
   }
}


//==============================================================================
anim RangedAttack
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Naval X Siege Ship_attackA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag Attack 0.21 true   
            tag GenericSound 0.40 true   
            tag SpecificSoundSet 0.15 true CatapultAttack checkVisible 
//-- end auto generated section
            Length 3.5
			Connect ATTACHPOINT rippleidle hotspot
         }
      }
   }
}

//==============================================================================
anim death
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Naval X Siege Ship_deathA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag SpecificSoundSet 0.00 true Explosion checkVisible 
            tag SpecificSoundSet 0.00 true ShipDeath checkVisible 
            tag SpecificSoundSet 0.29 true ShipDeathSplash checkVisible 
//-- end auto generated section
			Connect ATTACHPOINT rippledeath hotspot
			Connect ATTACHPOINT firelargebowl hotspot
         }
      }
   }
}

//==============================================================================
anim Pickup
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Naval X Siege Ship_SpecialdeathA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag SpecificSoundSet 0.37 true ShipDeath checkVisible 
            tag SpecificSoundSet 0.51 true ShipDeathSplash checkVisible 
//-- end auto generated section
			Connect ATTACHPOINT rippledeath hotspot
			Connect hotspot bigsplash hotspot
         }
      }
   }
}
